derelict.glib.gstdio

Undocumented in source.

Members

Aliases

da_g_access
alias da_g_access = int function(const(gchar)* filename, int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_chdir
alias da_g_chdir = int function(const(gchar)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_rmdir
alias da_g_rmdir = int function(const(gchar)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_unlink
alias da_g_unlink = int function(const(gchar)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

g_access
int g_access(const(gchar)* filename, int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_chdir
int g_chdir(const(gchar)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_rmdir
int g_rmdir(const(gchar)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_unlink
int g_unlink(const(gchar)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

g_access
da_g_access g_access;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_chdir
da_g_chdir g_chdir;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_rmdir
da_g_rmdir g_rmdir;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_unlink
da_g_unlink g_unlink;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta